Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGridDetailProvider<TItem> Class / OnDetailCellCreating Method
The GridDetailCellCreatingEventArgs instance containing the event data.


In This Topic
    OnDetailCellCreating Method
    In This Topic
    Raises the DetailCellCreating event.
    Syntax
    'Declaration
     
    
    Protected Sub OnDetailCellCreating( _
       ByVal e As GridDetailCellCreatingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FlexGridDetailProvider(Of TItem)
    Dim e As GridDetailCellCreatingEventArgs
     
    instance.OnDetailCellCreating(e)
    protected void OnDetailCellCreating( 
       GridDetailCellCreatingEventArgs e
    )

    Parameters

    e
    The GridDetailCellCreatingEventArgs instance containing the event data.
    See Also